home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / cnet / INetShell308b.lha / INetShell / contrib / alynx13.lha / PROBLEMS < prev    next >
Text File  |  1994-04-21  |  2KB  |  49 lines

  1. Lynx PROBLEMS file.
  2.  
  3. I hope that you will never have to read this, but inevitably problems
  4. do arise.  As implimentation and installation problems become known
  5. they will be outlined in this file.
  6.  
  7.     The handling of textarea feilds in HTML forms is not
  8.     completed.  Only one input line will appear.  I am
  9.     working on code to fix this.
  10.  
  11.     Lynx cannot read all ftp sites.  There exist some sites where
  12.     the ftp format is non standard and is currently unparsable.
  13.     Send a message if you think you have encountered one.
  14.  
  15.     Links within documents of the type 'URL#selector' do not work
  16.     when the document is specified like this: "file:/PATH/FILENAME"
  17.     They will work if the document is specified like this:
  18.     "file://localhost/PATH/FILENAME"
  19.  
  20.     Using "lynx -cache=1" may cause a crash due to a realloc error.
  21.     Please use a cache larger than 1.
  22.  
  23.     Screen resizeing is a little bit funny.  If you resize the screen, 
  24.     documents that have been cached will be out of whack.  Any further 
  25.     documents will look fine.  This is a curses program anyways, so 
  26.     resizeable terminals are not that common.  On some systems 
  27.     (i.e. HP/UX) terminal resizing does not work at all.
  28.     You can reload documents to the current window size with CTRL-R
  29.  
  30.     The Sun `shelltool' and `cmdtool' terminals are stupid by default.  
  31.     In order to get bold text to appear differently than inverse video, 
  32.     the user should put this line in ~/.Xdefaults:
  33.  
  34.         Term*boldStyle:         Offset_X
  35.  
  36.     From the `shelltool' man page, it seems to me that an analogous line 
  37.     in ~/.defaults
  38.  
  39.         /Tty/Bold_style "Offset_X"
  40.  
  41.     ought to work just as well, but I wasn't able to get the desired
  42.     behavior until I modified my .Xdefaults file (and ran `xrdb
  43.     ~/.Xdefaults').  Note also that there are other supported values 
  44.     for the boldStyle resource/Bold_style default, all of which begin 
  45.     with "Offset_". (helpful hint from kevin@traffic.den.mmc.com)
  46.  
  47. :Lou Montulli
  48. lynx-help@ukanaix.cc.ukans.edu
  49.